home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / initramfs-tools / initramfs.conf next >
Encoding:
Text File  |  2006-12-21  |  801 b   |  55 lines

  1. #
  2. # initramfs.conf
  3. # Configuration file for mkinitramfs(8). See initramfs.conf(5).
  4. #
  5.  
  6. #
  7. # MODULES: [ most | netboot | dep | list ]
  8. #
  9. # most - Add all framebuffer, acpi, filesystem, and harddrive drivers.
  10. #
  11. # dep - Try and guess which modules to load.
  12. #
  13. # netboot - Add the base modules, network modules, but skip block devices.
  14. #
  15. # list - Only include modules from the 'additional modules' list
  16. #
  17.  
  18. MODULES=most
  19.  
  20. # BUSYBOX: [ y | n ]
  21. #
  22. # Use busybox if available.
  23. #
  24.  
  25. BUSYBOX=y
  26.  
  27. #
  28. # NFS Section of the config.
  29. #
  30.  
  31. #
  32. # BOOT: [ local | nfs ]
  33. #
  34. # local - Boot off of local media (harddrive, USB stick).
  35. #
  36. # nfs - Boot using an NFS drive as the root of the drive.
  37. #
  38.  
  39. BOOT=local
  40.  
  41. #
  42. # DEVICE: ...
  43. #
  44. # Specify the network interface, like eth0
  45. #
  46.  
  47. DEVICE=eth0
  48.  
  49. #
  50. # NFSROOT: [ auto | HOST:MOUNT ]
  51. #
  52.  
  53. NFSROOT=auto
  54.  
  55.